PCA Index Dashboard Examples#
Ian’s Plot:#
x = np.linspace(0, 99, 100);
y = np.random.rand(100);
plt.plot(x, y, color = 'k', marker = 'x');
Jeremy’s Plots:#
This script was last run at 2024-03-25 10:12:28.669683+00:00 (UTC)
In US/Central Time, this is 2024-03-25 05:12:28.669683-05:00